ontuplesynchronized Event |
This event is fired for each tuple in an update response received from the back end that has a sync_id attribute.
Syntax
Inline HTML |
<div cordysType="wcp.library.data.BusDataIsland" id="busdataislandID" ontuplesynchronized="handler()"..> ... </div> |
Event property | busdataislandID.ontuplesynchronized = handler |
Event Information
To Invoke | N/A. |
Default Action | Synchronizes the data with the back end and initiates any action associated with this event. |
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.
Property | Description |
---|---|
errorOccured | Boolean that indicates whether error happened while synchronizing the data with the back end. |
true | Error happened while synchronizing the request to the back end. |
false | No error happened and the data is synchronized successfully. |
tuple | Object that contains the actual tuple that is returned from reading after a successful synchronization with the back end. |